Learn R Programming

stremo (version 0.2)

Factor analysis: Factor analysis.

Description

Factor analysis using principal components as the extraction method.

Usage

factanal.prcomp(covmat, nfactors = NULL)

Arguments

covmat
A covariance matrix.
nfactors
Number of factors.

See Also

princomp and rmnorm.

Examples

Run this code
data(albert)
factanal.prcomp(albert.litho.cov, NROW(albert.litho.cov))

Run the code above in your browser using DataLab